'It is recommended to test the script on a local machine for its purpose and effects. 'ManageEngine Desktop Central will not be responsible for any 'damage/loss to the data/setup based on the behavior of the script. 'Description - Script to check the version of a file 'Parameters - "" 'Remarks - 'Configuration Type - USER/COMPUTER Dim Arg, var1 Set Arg = WScript.Arguments var1 = Arg(0) Set fso = CreateObject("Scripting.FileSystemObject") Dim fso, temp Set fso = CreateObject("Scripting.FileSystemObject") temp = fso.GetFileVersion(var1) If Len(temp) Then GetVersion = temp Else GetVersion = "No version information available." End If Wscript.Echo GetVersion